home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 36 / Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso / -seriously_amiga- / hardware / smartfilesystem / sfsformat.txt < prev    next >
Text File  |  1998-12-07  |  2KB  |  62 lines

  1. SFSformat can be used to quick format an SFS partition.  The
  2. normal format command has special options for FastFilesystem
  3. (FFS, DIRCACHE and so on) -- SFSformat has special options
  4. for Smart Filesystem.
  5.  
  6. SFSformat currently only has one option, which can be used
  7. to format a SFS disk with case sensitive file and directory
  8. names (ala UNIX).
  9.  
  10. It's command line syntax is:
  11.  
  12.  DEVICE=DRIVE/A/K,NAME/K/A,CASESENSITIVE/S,NODELDIR/S
  13.  
  14.  
  15. DEVICE or DRIVE
  16.  
  17. The SFS drive you wish to quick format.  SFSformat can only
  18. be used to quick format an SFS drive.  Other filesystems
  19. will be unaffected.
  20.  
  21.  
  22. NAME
  23.  
  24. The name of the newly formatted partition.  
  25.  
  26.  
  27. CASESENSITIVE
  28.  
  29. Specify this on the command line to get case sensitive file
  30. and directory names.  If you specify this option, then SFS
  31. will treat the files 'foo', 'Foo' and 'FOO' as three
  32. distinct files.  Without this option they would be treated
  33. as one and the same file (FFS behaviour).
  34.  
  35.  
  36. NODELDIR
  37.  
  38. When specified the disk will be formatted without creating
  39. a ".deldir".  You can't create this directory later on
  40. (atleast not for now), so decide carefully.
  41.  
  42.  
  43. When starting SFSformat it will ask you to confirm the
  44. format.  Press Return to format, or Ctrl + C to abort.
  45.  
  46.  
  47. Examples
  48. --------
  49.  
  50. SFSformat drive SFS: name Empty casesensitive
  51.  
  52. -> Quick formats drive SFS: and gives it the name 'Empty'.
  53.    File and directory names on this drive will be case
  54.    sensitive.
  55.  
  56.  
  57. SFSformat drive HD0: name MyDrive
  58.  
  59. -> Quick formats drive HD0: and gives it the name 'MyDrive'.
  60.    File and directory names on this drive will be treated
  61.    case insensitively (like under FFS).
  62.